home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / Libraries / tcl7.4b3 / config.status < prev    next >
Encoding:
Text File  |  1995-03-28  |  3.4 KB  |  115 lines

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host clowes:
  6. #
  7. # ./configure 
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.2"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29. ac_given_INSTALL="/usr/bin/install -c"
  30.  
  31. trap 'rm -f Makefile; exit 1' 1 2 15
  32.  
  33. # Protect against being on the right side of a sed subst in config.status. 
  34. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g; 
  35.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  36. /^[     ]*VPATH[     ]*=[^:]*$/d
  37.  
  38. s%@CFLAGS@%%g
  39. s%@CPPFLAGS@%%g
  40. s%@CXXFLAGS@%%g
  41. s%@DEFS@% -DHAVE_UNISTD_H=1 -DNO_DIRENT_H=1 -DSTDC_HEADERS=1 -Dmode_t=int -Dpid_t=int %g
  42. s%@LDFLAGS@%%g
  43. s%@LIBS@%%g
  44. s%@exec_prefix@%${prefix}%g
  45. s%@prefix@%/usr/local%g
  46. s%@program_transform_name@%s,x,x,%g
  47. s%@INSTALL_PROGRAM@%${INSTALL}%g
  48. s%@INSTALL_DATA@%${INSTALL} -m 644%g
  49. s%@RANLIB@%ranlib%g
  50. s%@TCLSH@%%g
  51. s%@CC@%cc%g
  52. s%@LIBOBJS@% getcwd.o waitpid.o strstr.o%g
  53. s%@MATH_LIBS@%%g
  54. s%@CPP@%cc -E -traditional-cpp%g
  55.  
  56. CEOF
  57.  
  58. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  59. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  60.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  61.   case "$ac_file" in
  62.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  63.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  64.   *) ac_file_in="${ac_file}.in" ;;
  65.   esac
  66.  
  67.   # Adjust relative srcdir, etc. for subdirectories.
  68.  
  69.   # Remove last slash and all that follows it.  Not all systems have dirname.
  70.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  71.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  72.     # The file is in a subdirectory.
  73.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  74.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  75.     # A "../" for each directory in $ac_dir_suffix.
  76.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  77.   else
  78.     ac_dir_suffix= ac_dots=
  79.   fi
  80.  
  81.   case "$ac_given_srcdir" in
  82.   .)  srcdir=.
  83.       if test -z "$ac_dots"; then top_srcdir=.
  84.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  85.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  86.   *) # Relative path.
  87.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  88.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  89.   esac
  90.  
  91.   case "$ac_given_INSTALL" in
  92.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  93.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  94.   esac
  95.   echo creating "$ac_file"
  96.   rm -f "$ac_file"
  97.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  98.   case "$ac_file" in
  99.   *Makefile*) ac_comsub="1i\\
  100. # $configure_input" ;;
  101.   *) ac_comsub= ;;
  102.   esac
  103.   sed -e "$ac_comsub
  104. s%@configure_input@%$configure_input%g
  105. s%@srcdir@%$srcdir%g
  106. s%@top_srcdir@%$top_srcdir%g
  107. s%@INSTALL@%$INSTALL%g
  108. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  109. fi; done
  110. rm -f conftest.subs
  111.  
  112.  
  113.  
  114. exit 0
  115.